@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,800;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap');

* {
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    max-width: calc(100vw);
}

body {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 100%;
    font-family: 'Open Sans';
    background: solid #e2e2e2;
}

    #header_mobile {
        display: none;
    }

    .header {
        position: fixed;
        background-color: #ffffffcc;
        width: 100%;
        height: 65px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 10;
    }
    
    ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        justify-content: center;
    }


    li {
        list-style: none;
        position: relative;
        font-family: 'Open Sans';
        font-size: 1rem;
        color: #363636;
        margin: 10px;
        padding: 10px;
        
    }

    li:hover {
        font-weight: 600;
    }


    li:hover::after {
        content: "";
        display: none;
        position: absolute;
        width: 100%;
        transform: translateX(calc(-100% + 10px)) translateY(44px);
        height: 2px;
        background: #000;
    }

    .a_nav_menu {
        color: #363636;
    }

    .logo_simbolo {
        position: relative;
        height: 55px;
        top: 5px;
        left: 5vw;
    }

    .logo_nome {
        position: relative;
        left: 6vw;
        top: 17px;
        width: 150px;
        height: 30px;
    }

    .contato_header {
        position: relative;
        font-family: 'Open Sans';
        font-size: 1.1rem;
        font-weight: 600;
        color: #d6ad6f;
        margin-right: 1vw;
        margin-top: 10px;
        cursor: pointer;
        height: 0;
    }

    .whatsapp_fixed {
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        z-index: 10;
        width: 300px;
    }

    .notificacao_whatsapp {
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: red;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        line-height: 16px;
        transform: translateX(50px);
    }

    .notificacao_whatsapp::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        transform: translateX(-80%) translateY(-0%);
        border-radius: 8px;
        background: rgb(255, 0, 0);
        animation: changeColor 1.5s infinite ease-in-out;
        z-index: -1;
    }

    @keyframes changeColor {
        0% {         
            width: 16px;
            height: 16px;
            transform: translateX(-75%) translateY(0%);
            border-radius: 8px;
            background: rgb(255, 0, 0);}
        100% {         
            width: 30px;
            height: 30px;
            transform: translateX(-65%) translateY(-25%);
            border-radius: 15px;
            background: rgba(255, 0, 0, 0);}
    }

    .logo_whatsapp_fixed {
        position: relative;
        height: 50px;
    }

    .logo_whatsapp_header {
        position: relative;
        top: 6px;
        width: 25px;
        height: 25px;
        background: #d6ad6f;
        padding: 5px;
        border-radius: 12.5px;
        margin-right: 5px;
        color: #d6ad6f;
        transition: all 0.4s;
    }

    .mensagem_whatsapp {
        position: relative;
        display: none;
        top: 10px;
        left: -65px;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 1rem;
        background: #ffffff;
        width: auto;
        height: 25px;
        color: #000000;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #0000006a;
        line-height: 2px;
        animation: mensagemwhatsapp 8s;
        opacity: 0;
        flex-direction: row-reverse;
        z-index: 10;
        transition: opacity 0.3s ease;
    }

    @keyframes mensagemwhatsapp {
        0%, 10%, 100% {         
            opacity: 0;
        }

        40%, 70% {
            opacity: 1;
        }

    }

    .whatsapp_fixed_ctn {
        position: fixed;
        left: 47vw;
        top: -10px;
        display: flex;
        flex-direction: row-reverse;
        z-index: 10;
        width: 50vw;
        transform: translateY(calc(100vh - 70px));
    }

    .whatsapp_fixed_ctn:hover  .mensagem_whatsapp {
        opacity: 1;
    }

    .escrita_whatsapp_header {
        position: relative;
        font-family: 'Open Sans';
        font-size: 1.1rem;
        padding: 5px;
        margin-right: 5px;
        color: #d6ad6f;
    }


    .a_whatsapp_header:hover .logo_whatsapp_header {
        transform: rotate(360deg);
    }

    .a_whatsapp_header {
        position: relative;
        height: 25px;
    }

    #servicos {
        scroll-margin-top: 5vw;
    }

    #rodrigo {
        scroll-margin-top: 5vw;
    }

    #footer {
        scroll-margin-top: 5vw;
    }

    .secao_footer {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 26vw;
        margin-bottom: 2vw;
        margin-top: 2vw;
        margin-left: 5vw;
    }

    .titulo_footer {
        position: relative;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 1rem;
        color:#d6ad6f
    }

    .linha_footer {
        position: relative;
        width: 100%;
        height: 1px;
        background: #d6ad6f;
        margin-bottom: 1vw;
    }

    .faixa_footer {
        position: relative;
        width: 100%;
        height: 30px;
        background: #d6ad6f;
    }

    input, textarea, select {
        background: #363636;
        color: #fff;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 0.85rem;
        border-radius: 3px;
        border: none;
        height: 35px;
        padding: 8px;
        width: 100%;
        margin-bottom: 5px;
    }

    textarea {
        resize: none;
        height: 60px;
    }

    .button_footer {
        position: relative;
        font-family: 'Open Sans';
        font-size: 0.75rem;
        border: none;
        background: #363636;
        color: #fff;
        width: 8vw;
        height: 30px;
        border-radius: 15px;
        cursor: pointer;
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .assinatura_footer {
        position: relative;
        top: -2px;
        display: flex;
        flex-direction: row;
        width: 40vw;
        left: 35vw;
        font-family: 'Open Sans';
        font-size: 0.75rem;
        height: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: 400;
        text-align: center;
    }

    .a_assinatura_footer {
        color: #000;
    } 

    .icone_footer {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        margin-right: 15px;
        transition: all 0.5s;
    }

    .icone_footer:hover {
        transform: rotate(360deg);
    }

    .horizontal_footer:hover .icone_footer {
        transform: rotate(360deg);
    }

    .escrita_footer {
        position: relative;
        font-family: 'Open Sans';
        font-size: 0.9rem;
        font-weight: 400;
        color: #d6ad6f;
    }

    .horizontal_footer {
        display: flex;
        flex-direction: row;

    }

    .flex_footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mensagem_form {
        display: none;
        position: relative;
        font-family: 'Open Sans';
        font-size: 1rem;
        font-weight: 400;
        width: 26vw;
        height: 0;
        text-align: center;
        margin-top: 2vw;
        margin-bottom: 230px;
    }

    .horizontal {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;

    }

    .vertical {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

@media (max-width: 769px) {

    #servicos {
        scroll-margin-top: 65px;
    }

    #rodrigo {
        scroll-margin-top: 65px;
    }

    #atletas {
        scroll-margin-top: 65px;
    }

    #footer {
        scroll-margin-top: 65px;
    }

    #header_desktop {
        display: none;
    }

    #header_mobile {
        display: block;
        position: fixed;
        z-index: 20;
        overflow: hidden;
    }

    .nav_mobile {
        position: relative;
        display: block;
        color: #000;
        height: 50px;
        width: 90vw;
        font-weight: 600;
        padding-bottom: 30px;
        padding-top: 30px;
        margin: none;
        text-align: center;
        line-height: 0px;
        border-bottom: 1px solid #00000057;
    }

    .linha_header_mobile {
        position: relative;
        display: none;
        width: 100vw;
        height: 2px;
        background: #000;
        z-index: 10;
    }
    
    .header_mobile_switch {
        position: fixed;
        left: 100vw;
        display: block;
        width: 100vw;
        height: 100vh;
        padding: 20px;
        padding-top: 10px;
        background: #fffffff2;
        z-index: 10;
        transition: all 0.5s;
    }

    .header1_mobile {
        position: relative;
        background: #fffffff2;
        width: 100vw;
        height: 65px;
        z-index: 10;
    }

    .header2_mobile {
        position: relative;
        display: none;
        width: 100vw;
        height: 80px;
        z-index: 10;
        margin-bottom: -172px;
    }

    .button_header_mobile {
        background: transparent;
        border: none;
        margin-right: 4vw;
    }

    .logo_nome {
        left: 0;
    }
    
    .logo_simbolo {
        left: 2vw;
    }

    #button_close_mobile {
        display: none;
    }

    ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        justify-content: center;
    }

    li {
        display: block;
        width: 100vw;
        padding: 0;
        margin: 0;
    }

    .flex_footer {
        flex-direction: column;
        margin: none;
    }

    .secao_footer {
        width: 90vw;
        margin-top: 6vw;
    }

    .linha_footer {
        margin-top: 2vw;
        margin-bottom: 5vw;
    }

    .button_footer {
        width: 90vw;
        border-radius: 5px;
        margin-bottom: 3vw;
    }

    .assinatura_footer {
        width: 90vw;
        left: 5vw;
        font-size: 0.5rem;
    }

    .whatsapp_fixed_ctn {
        width: 80vw;
        left: 17vw;
        top: -100px;
    }
    
    .mensagem_form {
        width: 90vw;
        margin-bottom: 265px;
    }

}

